CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 插补 算法

搜索资源列表

  1. shukong

    4下载:
  2. 这是一个数控系统的插补程序,实现逐点比较法和DDA算法的圆弧插补功能-This is a CNC system interpolation procedures, a case-by-point comparison to achieve law and the DDA circular interpolation algorithm functions
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:73134
    • 提供者:朱敏伟
  1. bsplineTest

    0下载:
  2. 3次及一下bspline算法的演示,可用于运动曲线插补,效果还可以-and about three times the demonstration bspline algorithm can be used to campaign curve interpolation, the effect can also
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:30905
    • 提供者:ligao111
  1. openglline

    0下载:
  2. 程序使用了Bresenham算法的思想,将四个象限的问题通过交换端点的方法合并成一,四象限的问题。再利用sign变量,统一成一个问题。又考虑到斜率<1,>1最终问题分成了两种情况。在直线插补程序的一开始,把斜率为正无穷的情况单独进行讨论。最终完成了整个程序-procedures for the use of the Bresenham algorithm thinking, four quadrant of the issue through the exchange of endp
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:87081
    • 提供者:吴子朝
  1. mmtable

    0下载:
  2. matlab图像处理:基于线性插补方法的一维单表格搜索算法代码-matlab image processing: methods based on linear interpolation of one-dimensional single-table search algorithm code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:1649
    • 提供者:小伟
  1. Main

    1下载:
  2. 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方格式(但很容易转化为中心差分、迎风差分或混合格式);街面上的
  3. 所属分类:Algorithm

    • 发布日期:2014-05-09
    • 文件大小:7482
    • 提供者:tanglincn
  1. TWO

    0下载:
  2. 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方格式(但很容易转化为中心差分、迎风差分或混合格式);街面上的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1560
    • 提供者:tanglincn
  1. chabusouxun

    0下载:
  2. 插补搜寻法:经典的Java算法,简单适用。-Interpolation search: classic Java algorithm, a simple application.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:6362
    • 提供者:Mr ren
  1. the_example_of_the_final_examination

    0下载:
  2. 直线插补Bresenham算法。我计算机图形学课程老师给的例子-Bresenham algorithm for linear interpolation. Computer Graphics teacher gave me an example
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:87232
    • 提供者:guigui
  1. Strt

    0下载:
  2. 在点阵平面上画线段叫做插补。高级语言都有功能提供,例如LineTo函数或者DrawLine函数等,名称不同,工作内容是一样的,即指定一个起点和一个终点,然后用插补的算法画出线段,不过它们没有代码,读者不知道怎么完成插补的。本程序给出了这个过程。对自己开发在低档单片机上的运动控制提供一个参考。同时还提供了直线方程式系数的计算代码。-Draw line segments in the lattice plane is called interpolation. Have provided high-
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:10970
    • 提供者:xuxiangxing
  1. Image-Warping

    0下载:
  2. C#实现的基于线性插补和双缓冲面板的图像映射算法-Image warping is a very common technique used by people who work on image caricaturization or cartoonization. However, it is very hard to find the idea implemented on the Internet. Using some code from Christian Graus great
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:927734
    • 提供者:小小
  1. Untitled5

    1下载:
  2. matlab关于NURBS插补程序的生成以及相关算法的实现-matlab program for the generation of NURBS interpolation algorithm and related implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2037
    • 提供者:mazhe
  1. www.dssz.com_59564333shukong

    0下载:
  2. 这是一个数控系统的插补程序,实现逐点比较法和DDA算法的圆弧插补功能-This is a CNC system interpolation procedures, a case-by-point comparison to achieve law and the DDA circular interpolation algorithm functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:73134
    • 提供者:欧阳
  1. Charge

    0下载:
  2. 有关三维插补的程序,自己做一个数据库,记录一些数据点的插补值,可通过补偿算法,算出其他点的插补值-The 3 d interpolation procedures, own a database, record the data point of some interpolation value, but through the compensation algorithm, work out the other points interpolation value
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3372549
    • 提供者:xingzhiwen
  1. Linear-interpolation

    0下载:
  2. 直线插补程序与圆弧插补程序,采用数学算法对直线和圆进行插补-Linear interpolation and circular interpolation procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:16076
    • 提供者:huyang
  1. CNCSoft1.2

    0下载:
  2. 数控系统的非实时插补算法,包含数控系统的粗插补,动态链接库,刀具组件等-It is a numerical control system of the real-time interpolation algorithm, including the coarse interpolation of nc system, dynamic link library, cutting tool components
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-09
    • 文件大小:1846887
    • 提供者:刘昊
  1. CNCSoft1.3RT

    0下载:
  2. 数控系统的实时插补算法,包含粗插补算法、精插补算法、控制面板,动态链接库,插补运动组件等-Real-time interpolation algorithm CNC system, including crude interpolation algorithm, fine interpolation algorithm, control panel, dynamic link libraries, interpolation motion components, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-11
    • 文件大小:18680671
    • 提供者:刘昊
  1. shuzijifenfa

    1下载:
  2. 基于EDA的数字积分法直线和圆弧插补算法的实现-Digital integration of EDA linear and circular interpolation algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-02-28
    • 文件大小:452608
    • 提供者:苏大
  1. arcMFC001_0325

    0下载:
  2. 机械手圆弧轨迹规划插补算法 基于空间三个不共线的点,确定轨迹圆的圆心和半径,并对圆弧进行分割,求出坐标点进行坐标变换-robot arm arc trajectory planning
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-17
    • 文件大小:48098304
    • 提供者:苏磊
  1. keshicx

    0下载:
  2. XY平面绘图仪,由单片机外接键盘输入信号,C52单片机输出控制信号,经过两个细分驱动器驱动X、Y两个电机移动完成图形绘制。单片机采用逐点比较法插补算法完成直线和圆弧的绘制,通过直线和圆弧的组合完成图形的绘制,最终实现了画线、画圆弧、画矩形、甚至可以实现复杂的图形绘制。(The XY planar plotter is input from MCU to keyboard. Output signal is controlled by C52 microcontroller. After two
  3. 所属分类:其他

  1. MATLAB_SMOTE

    0下载:
  2. SMOTE插值算法,补全数据的不平衡性。(SMOTE interpolation algorithm to complete the imbalance of data.)
  3. 所属分类:数据挖掘

    • 发布日期:2020-07-05
    • 文件大小:1024
    • 提供者:SaoYear
« 1 2 3 45 »
搜珍网 www.dssz.com